home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 10 / FM Towns Free Software Collection 10.iso / ms_dos / data / awkscrpt / ytest.awk < prev   
Text File  |  1995-02-11  |  57b  |  5 lines

  1. {
  2.     $0 = y("0-9A-Za-z","0-9A-Za-z",$0)
  3.     print
  4. }
  5.